home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11310 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: ix.netcom.com!netnews
  2. From: ckuter@ix.netcom.com(Cal Kutemeier)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help: Making a Windows DLL
  5. Date: 23 Mar 1996 01:23:07 GMT
  6. Organization: Netcom
  7. Message-ID: <4ivjpr$lou@cloner4.netcom.com>
  8. References: <4iup9b$ig@newsbf02.news.aol.com>
  9. NNTP-Posting-Host: chi-il4-15.ix.netcom.com
  10. X-NETCOM-Date: Fri Mar 22  5:23:11 PM PST 1996
  11.  
  12. In <4iup9b$ig@newsbf02.news.aol.com> rvillac2@aol.com (RVillac2)
  13. writes: 
  14. >
  15. >I need help understanding how to make a DLL that can be called from
  16. Visual
  17. >Basic 3.0.
  18. >
  19. >I have Borland C++ 3.1 and several UNHELPFUL books.  I am able to
  20. >successfully compile a dll but I get a GPF when I try to call the
  21. function
  22. >from VB.
  23. >I simply want to write a VB application where I can use existing C
  24. code
  25. >functions.  I need to be able to pass an integer (or two) to the c
  26. >function.
  27. >I need Help and I am willing to PAY for WORKING samples or
  28. consultation.
  29. >
  30. >I am work at Cal State University Los Angeles,
  31. >Renato G. Villacorte
  32. >Dept. of Psychology
  33. >(213) 343-2250
  34. >rvillac2@aol.com
  35. Download a file called something like DLLTUT.ZIP from:
  36.  
  37. ftp://ftp.sn.no/user/balchen/tutorial/
  38.  
  39. It explains how to write a DLL in C and how it interacts with VB.
  40.